home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / BeSweet / BeSweet Wiz v0.2b1.txt < prev    next >
Text File  |  2003-12-09  |  5KB  |  159 lines

  1. BeSweet Wizard v0.2 b1 (09.12.2003)
  2. ----------------------
  3.  
  4.  
  5.  
  6.  
  7. About:
  8. ------
  9.  
  10. A Wizard for BeSweet.
  11.  
  12.  
  13.  
  14.  
  15. Requirements:
  16. -------------
  17.  
  18. ***** All BeSweet Files Must Be in a "\BeSweet" Sub Directory of the Wizard *****
  19. ***** All Azidts  Files Must Be in a "\Azidts"  Sub Directory of the Wizard *****
  20.  
  21.  
  22.  
  23.  
  24. New:
  25. ----
  26.  
  27. BeSweet Wizard v0.2 b1 (09.12.2003)
  28.  
  29. - Added AIFF Support.
  30. - Adjusted Captions of WAV Output Mode.
  31.  
  32.  
  33.  
  34.  
  35. History:
  36. --------
  37.  
  38. BeSweet Wizard v0.1 (10.10.2003)
  39.  
  40. - Released as Final.
  41.  
  42.  
  43. BeSweet Wizard v0.1 b22 (13.09.2003)
  44.  
  45. - Output Tab (OTA) : Fixed a Cosmetic Bug.
  46.  
  47.  
  48. BeSweet Wizard v0.1 b21 (06.09.2003)
  49.  
  50. - OTA (PreGain) : Added "Extract PEAK chunk" Option.
  51.  
  52.  
  53. BeSweet Wizard v0.1 b20 (03.09.2003)
  54.  
  55. - General          : Added Startup Mode Options. BeSweet GUI / BeSweet Wizard (Thanks Sectie.B)
  56. - Output Tab (OTA) : Added "Set Delay to" CheckBox                            (Thanks Ghim)
  57.  
  58.  
  59.  
  60.  
  61. Thanks to:
  62. ----------
  63.  
  64. Doom9:   Wizard Concept, Ideas, Helping and Testing.
  65. DSPguru: BeSweet, Motivation, Most Help and Support.
  66. DDogg:   Helping and Testing Early Betas.
  67.  
  68.  
  69.  
  70.  
  71. VB Code I Use in the Wizard:
  72. ----------------------------------------------------------------------------------------------------------------------
  73.  
  74. Code:         Add a OnMoving Event to your Forms
  75. Author:       Andrea Tincani (webmaster@andreavb.f2s.com)
  76. Date:
  77. Link:         http://www.andreavb.f2s.com/tip050003.html
  78.  
  79. ----------------------------------------------------------------------------------------------------------------------
  80.  
  81. Code:         Trap Windows Messages by Subclassing your Form
  82. Author:       TheScarms
  83. Date:
  84. Link:         http://www.thescarms.com/vbasic/subclassform.asp
  85.  
  86. ----------------------------------------------------------------------------------------------------------------------
  87.  
  88. Module:       Flat Comboboxes (Subclassed Comboboxes for Flat Effect)
  89. Author:       Garrett D. Sever (aka "The Hand")
  90. Date:         October 28, 2002 
  91. Link:         http://www.elitevb.com/content/01,0074,01/01.aspx
  92.  
  93. ----------------------------------------------------------------------------------------------------------------------
  94.  
  95. Class:        CDlgEx -- Encapsulates Windows Dialog Functions into One Class
  96. Author:       Arkadiy Olovyannikov
  97. Date:
  98. Link:         http://freevbcode.com/ShowCode.Asp?ID=631
  99.  
  100. ----------------------------------------------------------------------------------------------------------------------
  101.                                                                                        
  102. User Control: CHAMELEON BUTTON - An awesome multi-style button
  103. Author:       gonchuki
  104. Date:         November 11, 2001
  105. Link:         http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=28761
  106.  
  107. ----------------------------------------------------------------------------------------------------------------------
  108.  
  109. User Control: Simple Tab control
  110. Author:       Michael Karathanasis
  111. Date:         July 2000
  112. Link:         http://www.freevbcode.com/ShowCode.Asp?ID=1334
  113.  
  114. ----------------------------------------------------------------------------------------------------------------------
  115.  
  116. User Control: vbAccelerator ListView Control - Implements a ListView using the API
  117. Author:       Steve McMahon
  118. Date:         February 21, 2003
  119. Link:         http://www.vbaccelerator.com/home/VB/Code/Controls/ListView/article.asp
  120.  
  121. Full Credits:  
  122.  
  123.               Thanks in no particular order for getting this to work:
  124.  
  125.               - Dan Litwin for his TreeView demonstrating a whole pile of nice tricks and techniques, particularly
  126.                 a working and workable CustomDraw implementation
  127.               - Mike Gainer for demonstrating the IOLEInPlaceActiveObject code
  128.               - Matt Currland/Bill Storage for writing the OLEGuids TypeLib and publishing the info about it to the
  129.                 VB world
  130.               - VBNet for the ListView tricks section
  131.               - Jeffery. M Richter for Spy++
  132.               - Charlie Kindel, Michael Nelson, Michael Antonio for OLEView
  133.               - Brad Martinez for the fantastic IShellFolderEx_TLB TypeLib
  134.               - Bruce McKinney for Hardcore Visual Basic, CopyMemory, ObjectFromPtr, Subclassing and Timer Assistant
  135.                 (even if it was broken...)
  136.               - Brokenwood - Cricket Pitch Shiraz
  137.               - City Rockers - Futurism 1 & 2 compilations
  138.               - 2 Many DJs - As Heard on Radio Soulwax Pt II
  139.               - KFC
  140.               - Marlboro Lights
  141.               - Lucy C xxx
  142.  
  143.               No thanks:
  144.  
  145.               - Windows Common Controls MSDN documentation - seriously blows goats.
  146.               - MSCOMCTL.OCX - yes I know you had the source code, v. clever, but did you really have to?
  147.               - Western Digital. I want a want an MTBF somewhere in the high
  148.                 trillions of years from now on please.
  149.  
  150.               SteveMac, 2003, vbAccelerator.com, 3:01am.
  151.  
  152. ----------------------------------------------------------------------------------------------------------------------
  153.  
  154.  
  155. Enjoy :)
  156.  
  157.  
  158. Danni.
  159.